projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075143d
)
spi: Kconfig: Add TI_QSPI entry
author
Jagan Teki
<
[email protected]
>
Fri, 26 Jun 2015 23:11:11 +0000
(
04:41
+0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 16:09:04 +0000
(21:39 +0530)
Added TI_QSPI entry on Kconfig with help description.
Signed-off-by: Jagan Teki <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 452dd4d85b10c69cae16f29c7d133840f1807d79..218657e75946eb62da2166cc1eb718e22742cf30 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-54,6
+54,12
@@
config CADENCE_QSPI
used to access the SPI NOR flash on platforms embedding this
Cadence IP core.
+config TI_QSPI
+ bool "TI QSPI driver"
+ help
+ Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
+ This driver support spi flash single, quad and memory reads.
+
config XILINX_SPI
bool "Xilinx SPI driver"
depends on DM_SPI